![]() |
PBGetForkPositionAsync |
||||
Header: | Files.h | Carbon status: | Supported | |
Returns the current position of the specified open fork.
void PBGetForkPositionAsync ( FSForkIOParam *paramBlock );
A pointer to a parameter block
The relevant fields of the parameter block are:
On input, a pointer to a completion routine.
On output, the result code of the function.
On input, the reference number of the fork whose position you wish to obtain.
On output, the current position of the fork. The returned fork position is relative to the start of the fork (that is, is an absolute offset in bytes).
Supported in Carbon. Available in Mac OS 9, and later when Carbon 1.0.2 or later is present.
© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)